home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
COMMON_F
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1990-03-11
|
493b
|
17 lines
#
# Macintosh MPW Icon -- Makefile for common modules.
#
COptions= -b2 -mbg off -r -d MPW -d MPWFncs -d MacToolboxFncs
COBJS= long.c.o getopt.c.o time.c.o
.c.o ─ .c
{C} {DepDir}{Default}.c -o {TargDir}{Default}.c.o -s {Default} {COptions} {SymOption}
all ─ {COBJS}
getopt.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h
long.c.o ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:proto.h
time.c.o ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h